home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Interface / it.dig / scripts / DefineButton2_274 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-07-26  |  111 b   |  5 lines

  1. on(release){
  2.    PDFpath = "/interface/revista/revista.pdf";
  3.    fscommand("Shellopen","%ORG%" + PDFpath);
  4. }
  5.